/****************************************************************************************
 * ļ: main.h
 *  :  2014-6-28
 *  :  Ϻо΢Ӽ޹˾
 * ˵    ͷļ
 ****************************************************************************************/

#ifndef MAIN_H_
#define MAIN_H_

#include <KF8TS2716.h>
#include "init_mcu.h"
#include "debug_touch.h"
#include "kf8ts27_touch_s.h"		//봥⺯
#include "cd4094.h"
#include "lcd1602.h"
#include "LCD_show.h"


#define uint unsigned int
#define uchar unsigned char

#define	LCD_PRINT 		1			//ǷҪʾ
#define use_vdd_ref		0			//ʹVDDڲLDOΪ׼
#define touch_use_T4	1			//ǷʹT4T3T3ģʽоƬ汾й

extern unsigned char wheel_temp_data;
extern void delay_ms(uint ms_data);
extern void delay_us(uint us_data);
//*********************************************************
#endif /* MAIN_H_ */
